home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / 000165_amos-request@svcs1.digex.net_Sat Apr 19 18:36:43 1997.msg < prev    next >
Text File  |  1998-06-24  |  3KB  |  63 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id SAA26033
  3.     for <mcox@access.digex.net>; Sat, 19 Apr 1997 18:36:42 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id RAA22577
  6.     for amos-out; Sat, 19 Apr 1997 17:10:04 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id RAA22569
  9.     for <amos-list@svcs1.digex.net>; Sat, 19 Apr 1997 17:10:03 -0400 (EDT)
  10. Received: from cpt6.stm.tudelft.nl (cpt6.stm.tudelft.nl [130.161.247.6])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with SMTP id RAA23212
  12.     for <amos-list@access.digex.net>; Sat, 19 Apr 1997 17:10:01 -0400 (EDT)
  13. Message-Id: <199704192110.RAA23212@mail2.access.digex.net>
  14. Received: by cpt6.stm.tudelft.nl
  15.     (1.38.193.4/16.2) id AA24279; Sat, 19 Apr 1997 23:08:10 +0200
  16. From: "Maarten D. de Jong" <dejong@cpt6.stm.tudelft.nl>
  17. Subject: Re: More bugs in AMOS
  18. To: amos-list@access.digex.net
  19. Date: Sat, 19 Apr 97 23:08:10 METDST
  20. In-Reply-To: <Pine.SOL.3.96.970419202249.28123B-100000@kruuna.Helsinki.FI>; from "Joona I Palaste" at Apr 19, 97 8:25 pm
  21. Mailer: Elm [revision: 70.85]
  22. Status: RO
  23. X-Status: 
  24.  
  25. > Here's a collection of bugs or other curious things I have found in
  26. > AMOS.
  27. > - The AMOS classic manual states there is a command called Llist, which
  28. > outputs the program code to the printer. This command does not exist.
  29.  
  30. There was a leaflet in my box of AMOS 1.2 stating that Llist never was imple-
  31. mented, but that for some reason it was written about. The AMOS-way of Llist
  32. is to go to the Blocks menu and select 'Print Block'. I forgot the details;
  33. it's been awhile since I worked with AMOS.
  34.  
  35. > - Also in AMOS classic, I found that the command On Break Proc doesn't
  36. > exist. This might have been fixed in AMOSpro, but I don't remember.
  37. > - If you try to use user-defined functions as procedure parameters,
  38. > e.g. MYPROC[FnA(123),FnB(456)] you get a "Illegal User Function" error.
  39. > - You have to use a Wait Vbl after Dual Playfield to show it properly.
  40. > This is not mentioned in the manual, or is it?
  41. > Has anyone else experienced similar or other bugs? I'd like to know.
  42.  
  43. Scores. -2^3 yields 8 instead of -8 -- this was never fixed. Scrolling
  44. DPF's with values which are not a multitude of one another (say, the first 
  45. with 'speed' 4 and the other with 3) leads to a annoying amount of flicker.
  46. The windowing routines are buggy: clicking in an obscured part of a window
  47. brings it to the front, even there is another window in front on that spot.
  48. Print # in 1.36 can only cope with strings. Large arrays will start accessing
  49. random locations if the index exceeds a certain number (I forgot which one).
  50. There exists an off-by-one error in the Get Block command (I think -- it's
  51. been five years at least since I wrote Mandarin about this one) which
  52. requires you to specify a slightly different set of coordinates to get the
  53. block you want. The editor can display erroneous text now and then.
  54. Load Iff fails with large screens (>640x512).
  55.  
  56. I don't know the situation with AMOSPro, but I'm convinced it has its fair
  57. share of bugs as well.  
  58.  
  59.  
  60. Regards,
  61. Maarten
  62.